listview: Make widget actually do something
authorBenjamin Otte <otte@redhat.com>
Tue, 18 Sep 2018 02:56:19 +0000 (04:56 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:26:44 +0000 (19:26 -0400)
commitc835ae2a02d0452f8a7011c5fd92449840721742
tree29287360ff4c3b8896dd0ca91e543f9461ebc387
parente20c207a22eff26cca7f75bc0ef1bb308cef4afa
listview: Make widget actually do something

The thing we're actually doing is create and maintain a widget for every
row. That's it.

Also add a testcase using this. The testcase quickly allocates too many
rows though and then becomes unresponsive though. You have been warned.
gtk/gtklistview.c
tests/meson.build
tests/testlistview.c [new file with mode: 0644]